home *** CD-ROM | disk | FTP | other *** search
/ 1st Multimedia Mac Shareware / Multimedia Shareware CD-ROM - BetaCorp.iso / Comedy / HyperTrip / card_5764.txt < prev    next >
Encoding:
Text File  |  1992-08-11  |  901 b   |  45 lines

  1. -- card: 5764 from stack: in
  2. -- bmap block id: 6749
  3. -- flags: 0000
  4. -- background id: 2676
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: 0000
  11. -- rect: left=268 top=312 right=341 bottom=304
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 27009 / 27009
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Next
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   go to next card
  23. end mouseUp
  24.  
  25.  
  26. -- part 2 (button)
  27. -- low flags: 00
  28. -- high flags: 0000
  29. -- rect: left=268 top=312 right=341 bottom=304
  30. -- title width / last selected line: 0
  31. -- icon id / first selected line: 27009 / 27009
  32. -- text alignment: 1
  33. -- font id: 0
  34. -- text size: 12
  35. -- style flags: 0
  36. -- line height: 16
  37. -- part name: Next
  38. ----- HyperTalk script -----
  39. on mouseUp
  40.   visual effect dissolve
  41.   go to next card
  42.   go to next card
  43.   go to next card
  44. end mouseUp
  45.